ParentWindow Declaration Description See Also Example |
property ParentWindow : TWinControl;
This property is used to define the control that is the parent of the Html Help window when using the DisplayTopic and DisplayContext methods. If you use the component to display a text popup this property defines the control that will be used to display the popup.
HtmlHelpGateway1.ParentWindow := Button1;
HtmlHelpGateway1.PopupText('Click this button to add a new record');